home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / DATABASE / WEBPLUS / TOWEBP~1 / TOWEBP.INI < prev    next >
Encoding:
INI File  |  1996-08-22  |  2.2 KB  |  160 lines

  1. [TAG]
  2. dbset=webSet
  3. dbif=webIf
  4. dbelse=webElse
  5. dbabort=webAbort
  6. dblocation=webLocation
  7. dbmail=webMail
  8. dbinclude=webInclude
  9. dbquery=webDbQuery
  10. dbinsert=webDbInsert
  11. dbupdate=webDbUpdate
  12. dbsql=webDbQueryMore
  13. dboutput=webPrint
  14. dbtable=webPrintTable
  15. dbcol=webPrintTableCol
  16. dbtransaction=webTransaction
  17. dbcookie=webCookie
  18.  
  19. [Web+Tags]
  20. TalentSoft(tm)  Web+(tm)
  21. Language Quick Reference Summary
  22.  
  23. ***Data Types
  24. Number Type
  25. String Type
  26. Array Type
  27.  
  28. ***Variable Input/Output Statements
  29. webSet 
  30. webPrint 
  31.  
  32. ***Math and Logical Functions
  33. Abs 
  34. Int 
  35. IncrementValue 
  36. DecrementValue 
  37. Rnd 
  38. DateDiff 
  39. WeekDay 
  40. IsNumeric
  41. IsDate
  42. ValidateCC (credit card number validation)
  43. webEval 
  44. webCheck
  45.  
  46. ***Environmental Information Functions
  47. CurrentPath 
  48. GetTempFileName 
  49. CurrentDate 
  50. CurrentTime 
  51. CurrentDateTime 
  52.  
  53. ***Web+ Configuration Functions
  54. webIniGet 
  55. webIniRefresh 
  56.  
  57. ***String Processing Functions
  58. Asc 
  59. Chr 
  60. LCase 
  61. UCase 
  62. LTrim 
  63. RTrim 
  64. Trim 
  65. Len 
  66. Left 
  67. Right 
  68. Mid 
  69. InStr 
  70. StrCat
  71. StrReplace 
  72. Format 
  73. DateFormat 
  74. TimeFormat 
  75. NumberFormat 
  76. DecimalFormat 
  77. DollarFormat 
  78. YesNoFormat 
  79. ParagraphFormat 
  80. StripCR 
  81. HTMLCodeFormat 
  82. HTMLEditFormat 
  83. ParameterExists 
  84. PreserveSingleQuotes 
  85. URLEncodedFormat 
  86. ValueList 
  87. QuotedValueList 
  88.  
  89. ***Operators
  90. & (String Concatenation)
  91.  
  92. ***Comparison Operators
  93. = Eq   
  94. != Ne  
  95. =$ EqS 
  96.  !=$ NeS  
  97. Lt 
  98. Gt 
  99. Lte 
  100. Gte  
  101. ? Like
  102. !? NotLike
  103.  
  104. ***Logical Operators
  105. && And 
  106. || Or 
  107. ! Not 
  108.  
  109. ***Flow Control Statements
  110. webAbort 
  111. webIf...webElseIf...webElse 
  112. webSelectCase...webCase...webCaseElse 
  113. webFor...webExitFor 
  114. webWhile...webExitWhile 
  115. webContent 
  116. webLocation 
  117. webInclude 
  118.  
  119. ***Program Execution Statements
  120. webRun 
  121.  
  122. ***SMTP Mail Statements
  123. webMail 
  124.  
  125. ***File Processing Statements
  126. webFileOpen 
  127. webFileClose 
  128. webFileCopy 
  129. webFileRename 
  130. webFileDelete 
  131. webFileGetChar 
  132. webFileGetLine 
  133. webFilePutChar 
  134. webFilePutLine 
  135. webGetProfile 
  136. webPutProfile 
  137.  
  138. ***Database Processing Statements
  139. webDbInsert 
  140. webDbUpdate 
  141. webDbQuery 
  142. webDbQueryMore 
  143. webDbTransaction 
  144. webDbRollBack
  145. webPrint 
  146. webPrintTable 
  147. webPrintTableCol 
  148.  
  149. ***Cookie Statements
  150. webCookie 
  151.  
  152. ***Other Misc. Statements
  153. webBeep 
  154.